home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gmenu.postinst < prev    next >
Text File  |  2009-10-02  |  381b  |  15 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Workaround for python-central disaster
  5. if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.25.5-0ubuntu3"; then
  6.     rm -rf /usr/lib/python2.?/site-packages/GMenuSimpleEditor
  7. fi
  8.  
  9. # Automatically added by dh_pysupport
  10. if which update-python-modules >/dev/null 2>&1; then
  11.     update-python-modules  python-gmenu.public
  12. fi
  13. # End automatically added section
  14.  
  15.